MENU -> File -> New -> Data Module
========================================

About data modules
See also
--------------------
Вы можете создавать и поддерживать модули данных, содержащие невизуальные компоненты. Модуль данных - это стандартная форма
с белым фоном. Чтобы создать новый пустой модуль данных, выберите File->New->Data Module (или File->New->Other и щелкните
значок модуля данных), добавив компоненты, выбрав их из палитры компонентов и нажав на модуле данных. Используйте инспектор
объектов для установки свойств компонента. В зависимости от типа приложения вы разрабатываете, например, приложение
веб-сервера, вы можете использовать несколько типов модулей данных.
You can create and maintain data modules to contain nonvisual components. A data module is a standard form
with a white background. To create a new, empty data module, choose File|New|Data Module (or File|New|Other
and click the Data Module icon), adding components by selecting them from the Component palette and clicking
on the data module. Use the Object Inspector to set component properties. Depending on the type of application
you are developing, such as a Web server application, there are several types of data modules that you can use.


Открытие нового модуля данных добавляет новый модуль в ваш проект. Щелкните правой кнопкой мыши модуль данных, чтобы
отобразить данные контекстное меню модуля.
Opening a new data module adds a new unit to your project. Right-click the data module to display the data
module context menu.

=============================================

Выберите File-> New-> Data Module, чтобы создать новый модуль данных. Контейнер модуля данных отображается
на рабочем столе вместе с файлом модуля для нового модуля в редакторе кода. Модуль добавлен в текущий проект.
Choose File->New->Data Module to create a new data module. A data module container is displayed on the desktop along with the unit file for the new module in the Code editor. The module is added to the current project.
--------------------------------------------------------
Creating and editing standard data modules
Topic Groups See Also

Чтобы создать стандартный модуль данных для проекта, выберите File->New->Data Module. IDE открывает контейнер модуля
данных на рабочий стол, отображает файл модуля для нового модуля в редакторе кода и добавляет модуль в текущий проект.
To create a standard data module for a project, choose File|New|Data Module. The IDE opens a data module container on the desktop, displays the unit file for the new module in the Code editor, and adds the module to the current project.

Во время разработки модуль данных выглядит как стандартная форма с белым фоном и без сетки выравнивания. Как и в случае
с формами, вы можете помещать невизуальные компоненты из палитры компонентов в модуль и редактировать их свойства в
Инспекторе объектов. Вы можете изменить размер модуля данных, чтобы он соответствовал добавляемым к нему компонентам.
At design time, a data module looks like a standard form with a white background and no alignment grid.
As with forms, you can place nonvisual components from the Component palette onto a module, and edit
their properties in the Object Inspector. You can resize a data module to accommodate the components you add to it.


Вы также можете щелкнуть модуль правой кнопкой мыши, чтобы отобразить для него контекстное меню. В следующей таблице
приводится краткое описание контекстного меню опции для модуля данных.
You can also right-click a module to display a context menu for it. The following table summarizes the context menu
options for a data module.


Context menu options for data modules Menu item Purpose --------------------------------------------------- Edit Displays a context menu with which you can cut, copy, paste, delete, and select the components in the data module. Position Aligns nonvisual components to the module's invisible grid (Align To Grid) or according to criteria you supply in the Alignment dialog box (Align). Tab Order Enables you to change the order that the focus jumps from component to component when you press the tab key. Creation Order Enables you to change the order that data access components are created at start-up. Revert to Inherited Discards changes made to a module inherited from another module in the Object Repository, and reverts to the originally inherited module. Add to Repository Stores a link to the data module in the Object Repository. View as Text Displays the text representation of the data module's properties. Text DFM Toggles between the formats (binary or text) in which this particular form file is saved. For more information about data modules, see About the Data Module Editor.